home *** CD-ROM | disk | FTP | other *** search
/ Menu Planner / Menu Planner (Ohio Distinctive Software).ISO / pc / mp.dir / 00040.ls < prev    next >
Encoding:
Text File  |  1995-11-07  |  124 b   |  11 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   if the frameLabel = "PDC" then
  7.     validatePDCScreen()
  8.   end if
  9.   pass()
  10. end
  11.